projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d177349
)
(custom-face-save): Save the face.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 15 Nov 1997 20:56:41 +0000
(20:56 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 15 Nov 1997 20:56:41 +0000
(20:56 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 3ded4281e94e1529ae6957a83f748906056b6577..d1d8ad3d045ca9820e2d5a752e2e89a1e028aa7a 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-2409,6
+2409,7
@@
Optional EVENT is the location for the menu."
(face-spec-set symbol value)
(put symbol 'saved-face value)
(put symbol 'customized-face nil)
+ (custom-save-all)
(custom-face-state-set widget)
(custom-redraw-magic widget)))